home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 1.iso / mac / DISK1 / DATA / ub2.Dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1997-03-22  |  799 b   |  53 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown
  6.   set sp to the clickOn
  7.   case sp of
  8.     2:
  9.       set the visible of sprite 2 to 0
  10.       updateStage()
  11.       bsound()
  12.       set the visible of sprite 2 to 1
  13.       updateStage()
  14.       go(1, "menu2")
  15.     3:
  16.       set the visible of sprite 3 to 0
  17.       updateStage()
  18.       bsound()
  19.       set the visible of sprite 3 to 1
  20.       updateStage()
  21.       go(1, "ura2")
  22.     4:
  23.       set the visible of sprite 4 to 0
  24.       updateStage()
  25.       bsound()
  26.       set the visible of sprite 4 to 1
  27.       updateStage()
  28.       quit()
  29.     5:
  30.       go(17)
  31.     6:
  32.       go(18)
  33.     7:
  34.       go(19)
  35.     8:
  36.       go(20)
  37.     9:
  38.       go(21)
  39.     10:
  40.       go(22)
  41.     11:
  42.       go(23)
  43.     12:
  44.       go(24)
  45.     13:
  46.       go(25)
  47.     14:
  48.       go(26)
  49.     15:
  50.       go(27)
  51.   end case
  52. end
  53.